Ministers Chess
Invented by: Michael Corinthios, 1975
Game hierarchy
• Game
• Generic Chess
• Generic x9
• Generic 9x9
• Ministers Chess
Board
FEN: rnbmkmbnr/ppppppppp/9/9/9/9/9/PPPPPPPPP/RNBMKMBNR w AIai - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Pawn | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Rook | Rook | R | Ministers Chess | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Ministers Chess | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Ministers Chess | outpost bonus |
Queen | Minister | M | Ministers Chess | trap king on back rank bonus |
Game Variables
Name = "Ministers Chess"
Invented = "1975"
InventedBy = "Michael Corinthios"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "rnbmkmbnr/ppppppppp/9/9/9/9/9/PPPPPPPPP/RNBMKMBNR"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "MRNB"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x9:
PawnDoubleMove = true
Declared in Generic 9x9:
Castling = Long
Rules
MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
CastlingRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|